home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / SCRIPTZ / OPLIST10.ZIP / Oplist.txt
Text File  |  1997-04-07  |  696b  |  30 lines

  1. -=Oplister=- v1.0 by FrEnZiE
  2. ********************************************************
  3. **This script is made for mIRC 5.0. It will list all Ops
  4. in a channel.**
  5. ********************************************************
  6.  
  7. [Raw]
  8. #oplist off
  9. raw 352:* {
  10.   if (@ isin $parm7) { inc %totalops }
  11.   %opdisplay 4 $+ $parm6 6( $+ $parm4 $+ )
  12. }
  13. raw 315:* {
  14.   %opdisplay 4End 6of 12Op 4list 6for12 $parm1
  15.   unset %totalops
  16.   disable #oplist
  17. }
  18. #oplist end
  19.  
  20. [Aliases]
  21. /oplist {
  22.   set %opdisplay $$?="Echo or Msg Op Lister?"
  23.   if %opdisplay == echo { set %opdisplay echo # }
  24.   if %opdisplay == msg { set %opdisplay msg # }
  25.   enable #oplist
  26.   who #
  27. }
  28.  
  29. [Popups]
  30. &Oplister:/oplist